c# get innermost exception

69

c# get innermost exception -

while (e.InnerException != null) e = e.InnerException;

Comments

Submit
0 Comments